home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / EDU / sc41eng / STARCALC.EXE / 0 / RCDATA / TPARAMFORM / TPARAMFORM.txt
Text File  |  1998-02-22  |  18KB  |  778 lines

  1. object ParamForm: TParamForm
  2.   Left = 222
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 223
  7.   ClientWidth = 372
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = ActivateForm
  14.   OnCreate = CreateWork
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OkBtn: TButton
  18.     Left = 72
  19.     Top = 192
  20.     Width = 97
  21.     Height = 22
  22.     Caption = '&Ok'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 1
  26.     OnClick = OkBtnClick
  27.   end
  28.   object ExitBtn: TButton
  29.     Left = 208
  30.     Top = 192
  31.     Width = 99
  32.     Height = 22
  33.     Caption = '&Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.     OnClick = ExitBtnClick
  37.   end
  38.   object ParamPageControl: TPageControl
  39.     Left = 5
  40.     Top = 8
  41.     Width = 361
  42.     Height = 177
  43.     ActivePage = SkyPosit
  44.     TabOrder = 0
  45.     object SkyPosit: TTabSheet
  46.       Caption = 'Location'
  47.       object GroupBox2: TGroupBox
  48.         Left = 36
  49.         Top = 0
  50.         Width = 273
  51.         Height = 47
  52.         Caption = ' Longitude: '
  53.         Font.Color = clBlack
  54.         Font.Height = -11
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = [fsBold]
  57.         ParentFont = False
  58.         TabOrder = 0
  59.         object WestLong: TRadioButton
  60.           Left = 39
  61.           Top = 28
  62.           Width = 50
  63.           Height = 17
  64.           Caption = 'West'
  65.           Font.Color = clBlack
  66.           Font.Height = -11
  67.           Font.Name = 'MS Sans Serif'
  68.           Font.Style = []
  69.           ParentFont = False
  70.           TabOrder = 2
  71.         end
  72.         object EastLong: TRadioButton
  73.           Left = 39
  74.           Top = 12
  75.           Width = 49
  76.           Height = 17
  77.           Caption = 'East'
  78.           Checked = True
  79.           Font.Color = clBlack
  80.           Font.Height = -11
  81.           Font.Name = 'MS Sans Serif'
  82.           Font.Style = []
  83.           ParentFont = False
  84.           TabOrder = 1
  85.           TabStop = True
  86.         end
  87.         object Longitude: TEdit
  88.           Left = 92
  89.           Top = 17
  90.           Width = 121
  91.           Height = 21
  92.           Font.Color = clBlack
  93.           Font.Height = -11
  94.           Font.Name = 'MS Sans Serif'
  95.           Font.Style = []
  96.           ParentFont = False
  97.           TabOrder = 0
  98.         end
  99.         object LongitudeGMS: TButton
  100.           Left = 220
  101.           Top = 17
  102.           Width = 17
  103.           Height = 21
  104.           Caption = 'd'
  105.           Font.Color = clBlack
  106.           Font.Height = -11
  107.           Font.Name = 'MS Sans Serif'
  108.           Font.Style = [fsBold]
  109.           ParentFont = False
  110.           TabOrder = 3
  111.           OnClick = LongitudeGMSClick
  112.         end
  113.       end
  114.       object GroupBox3: TGroupBox
  115.         Left = 36
  116.         Top = 47
  117.         Width = 273
  118.         Height = 47
  119.         Caption = ' Latitude: '
  120.         Font.Color = clBlack
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         TabOrder = 1
  126.         object Latitude: TEdit
  127.           Left = 92
  128.           Top = 17
  129.           Width = 121
  130.           Height = 21
  131.           Font.Color = clBlack
  132.           Font.Height = -11
  133.           Font.Name = 'MS Sans Serif'
  134.           Font.Style = []
  135.           ParentFont = False
  136.           TabOrder = 0
  137.         end
  138.         object LatitudeGMS: TButton
  139.           Left = 220
  140.           Top = 17
  141.           Width = 17
  142.           Height = 21
  143.           Caption = 'd'
  144.           Font.Color = clBlack
  145.           Font.Height = -11
  146.           Font.Name = 'MS Sans Serif'
  147.           Font.Style = [fsBold]
  148.           ParentFont = False
  149.           TabOrder = 3
  150.           OnClick = LatitudeGMSClick
  151.         end
  152.         object NorthLat: TRadioButton
  153.           Left = 39
  154.           Top = 12
  155.           Width = 49
  156.           Height = 17
  157.           Caption = 'North'
  158.           Checked = True
  159.           Font.Color = clBlack
  160.           Font.Height = -11
  161.           Font.Name = 'MS Sans Serif'
  162.           Font.Style = []
  163.           ParentFont = False
  164.           TabOrder = 1
  165.           TabStop = True
  166.         end
  167.         object SouthLat: TRadioButton
  168.           Left = 39
  169.           Top = 28
  170.           Width = 50
  171.           Height = 17
  172.           Caption = 'South'
  173.           Font.Color = clBlack
  174.           Font.Height = -11
  175.           Font.Name = 'MS Sans Serif'
  176.           Font.Style = []
  177.           ParentFont = False
  178.           TabOrder = 2
  179.         end
  180.       end
  181.       object GroupBox4: TGroupBox
  182.         Left = 36
  183.         Top = 94
  184.         Width = 165
  185.         Height = 54
  186.         Caption = ' Time zone: '
  187.         Font.Color = clBlack
  188.         Font.Height = -11
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = [fsBold]
  191.         ParentFont = False
  192.         TabOrder = 2
  193.         object TimeZone: TEdit
  194.           Left = 8
  195.           Top = 13
  196.           Width = 33
  197.           Height = 21
  198.           Font.Color = clBlack
  199.           Font.Height = -11
  200.           Font.Name = 'MS Sans Serif'
  201.           Font.Style = []
  202.           MaxLength = 5
  203.           ParentFont = False
  204.           TabOrder = 0
  205.         end
  206.         object AutoTimeZone: TCheckBox
  207.           Left = 8
  208.           Top = 35
  209.           Width = 145
  210.           Height = 17
  211.           Caption = 'Take from Windows'
  212.           Font.Color = clBlack
  213.           Font.Height = -11
  214.           Font.Name = 'MS Sans Serif'
  215.           Font.Style = []
  216.           ParentFont = False
  217.           TabOrder = 2
  218.           OnClick = AutoTimeZoneClick
  219.         end
  220.         object TimeZoneType: TComboBox
  221.           Left = 48
  222.           Top = 13
  223.           Width = 110
  224.           Height = 21
  225.           Style = csDropDownList
  226.           Font.Color = clBlack
  227.           Font.Height = -11
  228.           Font.Name = 'MS Sans Serif'
  229.           Font.Style = []
  230.           ItemHeight = 13
  231.           Items.Strings = (
  232.             'Behind of G.M.T.'
  233.             'Ahead of G.M.T.')
  234.           ParentFont = False
  235.           TabOrder = 1
  236.         end
  237.       end
  238.       object Button1: TButton
  239.         Left = 204
  240.         Top = 115
  241.         Width = 104
  242.         Height = 21
  243.         Caption = '&List of cities'
  244.         Font.Color = clBlack
  245.         Font.Height = -11
  246.         Font.Name = 'MS Sans Serif'
  247.         Font.Style = []
  248.         ParentFont = False
  249.         TabOrder = 3
  250.         OnClick = Button1Click
  251.       end
  252.     end
  253.     object DateTimeSet: TTabSheet
  254.       Caption = 'Date and time'
  255.       object Label4: TLabel
  256.         Left = 112
  257.         Top = 10
  258.         Width = 127
  259.         Height = 13
  260.         Caption = 'Observation moment:'
  261.         Font.Color = clBlack
  262.         Font.Height = -11
  263.         Font.Name = 'MS Sans Serif'
  264.         Font.Style = [fsBold]
  265.         ParentFont = False
  266.       end
  267.       object Label5: TLabel
  268.         Left = 45
  269.         Top = 35
  270.         Width = 96
  271.         Height = 13
  272.         Caption = 'Day, month, year:'
  273.       end
  274.       object Label6: TLabel
  275.         Left = 45
  276.         Top = 68
  277.         Width = 124
  278.         Height = 13
  279.         Caption = 'Hours, minuties, seconds:'
  280.       end
  281.       object Label7: TLabel
  282.         Left = 128
  283.         Top = 92
  284.         Width = 91
  285.         Height = 13
  286.         Caption = 'Rotation time step:'
  287.         Font.Color = clBlack
  288.         Font.Height = -11
  289.         Font.Name = 'MS Sans Serif'
  290.         Font.Style = [fsBold]
  291.         ParentFont = False
  292.       end
  293.       object Label8: TLabel
  294.         Left = 45
  295.         Top = 116
  296.         Width = 124
  297.         Height = 13
  298.         Caption = 'Hours, minuties, seconds:'
  299.       end
  300.       object Day: TEdit
  301.         Left = 156
  302.         Top = 31
  303.         Width = 20
  304.         Height = 21
  305.         MaxLength = 2
  306.         TabOrder = 0
  307.         Text = '15'
  308.         OnExit = DayExit
  309.       end
  310.       object Month: TEdit
  311.         Left = 194
  312.         Top = 32
  313.         Width = 20
  314.         Height = 21
  315.         MaxLength = 2
  316.         TabOrder = 2
  317.         Text = '2'
  318.         OnExit = MonthExit
  319.       end
  320.       object Year: TEdit
  321.         Left = 232
  322.         Top = 32
  323.         Width = 33
  324.         Height = 21
  325.         MaxLength = 4
  326.         TabOrder = 4
  327.         Text = '1997'
  328.         OnExit = YearExit
  329.       end
  330.       object Hour: TEdit
  331.         Left = 194
  332.         Top = 64
  333.         Width = 20
  334.         Height = 21
  335.         MaxLength = 2
  336.         TabOrder = 6
  337.         Text = '12'
  338.       end
  339.       object Min: TEdit
  340.         Left = 232
  341.         Top = 64
  342.         Width = 20
  343.         Height = 21
  344.         MaxLength = 2
  345.         TabOrder = 8
  346.         Text = '39'
  347.       end
  348.       object Sec: TEdit
  349.         Left = 270
  350.         Top = 64
  351.         Width = 20
  352.         Height = 21
  353.         MaxLength = 2
  354.         TabOrder = 10
  355.         Text = '42'
  356.       end
  357.       object RHour: TEdit
  358.         Left = 194
  359.         Top = 113
  360.         Width = 20
  361.         Height = 21
  362.         MaxLength = 2
  363.         TabOrder = 12
  364.         Text = '0'
  365.       end
  366.       object RMin: TEdit
  367.         Left = 232
  368.         Top = 113
  369.         Width = 20
  370.         Height = 21
  371.         MaxLength = 2
  372.         TabOrder = 14
  373.         Text = '5'
  374.       end
  375.       object RSec: TEdit
  376.         Left = 270
  377.         Top = 113
  378.         Width = 20
  379.         Height = 21
  380.         MaxLength = 2
  381.         TabOrder = 16
  382.         Text = '0'
  383.       end
  384.       object DayUD: TUpDown
  385.         Left = 176
  386.         Top = 31
  387.         Width = 15
  388.         Height = 21
  389.         Associate = Day
  390.         Min = 1
  391.         Max = 31
  392.         Position = 15
  393.         TabOrder = 1
  394.         Thousands = False
  395.         Wrap = True
  396.       end
  397.       object MonthUD: TUpDown
  398.         Left = 214
  399.         Top = 32
  400.         Width = 15
  401.         Height = 21
  402.         Associate = Month
  403.         Min = 1
  404.         Max = 12
  405.         Position = 2
  406.         TabOrder = 3
  407.         Thousands = False
  408.         Wrap = True
  409.         OnClick = MonthUDClick
  410.       end
  411.       object SecUD: TUpDown
  412.         Left = 290
  413.         Top = 64
  414.         Width = 15
  415.         Height = 21
  416.         Associate = Sec
  417.         Min = 0
  418.         Max = 59
  419.         Position = 42
  420.         TabOrder = 11
  421.         Thousands = False
  422.         Wrap = True
  423.       end
  424.       object RHourUD: TUpDown
  425.         Left = 214
  426.         Top = 113
  427.         Width = 15
  428.         Height = 21
  429.         Associate = RHour
  430.         Min = 0
  431.         Max = 48
  432.         Position = 0
  433.         TabOrder = 13
  434.         Thousands = False
  435.         Wrap = True
  436.       end
  437.       object RMinUD: TUpDown
  438.         Left = 252
  439.         Top = 113
  440.         Width = 15
  441.         Height = 21
  442.         Associate = RMin
  443.         Min = 0
  444.         Max = 59
  445.         Position = 5
  446.         TabOrder = 15
  447.         Thousands = False
  448.         Wrap = True
  449.       end
  450.       object RSecUD: TUpDown
  451.         Left = 290
  452.         Top = 113
  453.         Width = 15
  454.         Height = 21
  455.         Associate = RSec
  456.         Min = 0
  457.         Max = 59
  458.         Position = 0
  459.         TabOrder = 17
  460.         Thousands = False
  461.         Wrap = True
  462.       end
  463.       object HourUD: TUpDown
  464.         Left = 214
  465.         Top = 64
  466.         Width = 15
  467.         Height = 21
  468.         Associate = Hour
  469.         Min = 0
  470.         Max = 23
  471.         Position = 12
  472.         TabOrder = 7
  473.         Thousands = False
  474.         Wrap = True
  475.       end
  476.       object MinUD: TUpDown
  477.         Left = 252
  478.         Top = 64
  479.         Width = 15
  480.         Height = 21
  481.         Associate = Min
  482.         Min = 0
  483.         Max = 59
  484.         Position = 39
  485.         TabOrder = 9
  486.         Thousands = False
  487.         Wrap = True
  488.       end
  489.       object YearUD: TUpDown
  490.         Left = 265
  491.         Top = 32
  492.         Width = 15
  493.         Height = 21
  494.         Associate = Year
  495.         Min = -999
  496.         Max = 9999
  497.         Position = 1997
  498.         TabOrder = 5
  499.         Thousands = False
  500.         Wrap = False
  501.         OnChanging = YearUDChanging
  502.         OnClick = YearUDClick
  503.       end
  504.     end
  505.     object FontSet: TTabSheet
  506.       Caption = 'Fonts'
  507.       object Label9: TLabel
  508.         Left = 32
  509.         Top = 36
  510.         Width = 73
  511.         Height = 13
  512.         Caption = 'Normal text:'
  513.       end
  514.       object Label10: TLabel
  515.         Left = 32
  516.         Top = 92
  517.         Width = 89
  518.         Height = 13
  519.         Caption = 'Greek symbols:'
  520.       end
  521.       object NormFontsCB: TComboBox
  522.         Left = 152
  523.         Top = 32
  524.         Width = 161
  525.         Height = 21
  526.         ItemHeight = 0
  527.         Sorted = True
  528.         TabOrder = 0
  529.       end
  530.       object GreekFontsCB: TComboBox
  531.         Left = 152
  532.         Top = 88
  533.         Width = 161
  534.         Height = 21
  535.         ItemHeight = 0
  536.         Sorted = True
  537.         TabOrder = 1
  538.       end
  539.     end
  540.     object ViewObj: TTabSheet
  541.       Caption = 'Objects'
  542.       object GroupBox1: TGroupBox
  543.         Left = 27
  544.         Top = 22
  545.         Width = 297
  546.         Height = 100
  547.         Caption = ' Object groups: '
  548.         Font.Color = clBlack
  549.         Font.Height = -11
  550.         Font.Name = 'MS Sans Serif'
  551.         Font.Style = [fsBold]
  552.         ParentFont = False
  553.         TabOrder = 0
  554.         object Label11: TLabel
  555.           Left = 187
  556.           Top = 52
  557.           Width = 86
  558.           Height = 13
  559.           Caption = 'star clusters'
  560.           Font.Color = clBlack
  561.           Font.Height = -11
  562.           Font.Name = 'MS Sans Serif'
  563.           Font.Style = []
  564.           ParentFont = False
  565.         end
  566.         object Label14: TLabel
  567.           Left = 187
  568.           Top = 81
  569.           Width = 44
  570.           Height = 13
  571.           Caption = 'objects'
  572.           Font.Color = clBlack
  573.           Font.Height = -11
  574.           Font.Name = 'MS Sans Serif'
  575.           Font.Style = []
  576.           ParentFont = False
  577.         end
  578.         object StarsDraw: TCheckBox
  579.           Left = 13
  580.           Top = 16
  581.           Width = 65
  582.           Height = 17
  583.           Caption = 'Stars'
  584.           Font.Color = clBlack
  585.           Font.Height = -11
  586.           Font.Name = 'MS Sans Serif'
  587.           Font.Style = []
  588.           ParentFont = False
  589.           TabOrder = 0
  590.         end
  591.         object BoundDraw: TCheckBox
  592.           Left = 13
  593.           Top = 76
  594.           Width = 148
  595.           Height = 17
  596.           Caption = 'Constellation boundaries'
  597.           Font.Color = clBlack
  598.           Font.Height = -11
  599.           Font.Name = 'MS Sans Serif'
  600.           Font.Style = []
  601.           ParentFont = False
  602.           TabOrder = 3
  603.         end
  604.         object ConNamesDraw: TCheckBox
  605.           Left = 13
  606.           Top = 56
  607.           Width = 140
  608.           Height = 17
  609.           Caption = 'Constellation names'
  610.           Font.Color = clBlack
  611.           Font.Height = -11
  612.           Font.Name = 'MS Sans Serif'
  613.           Font.Style = []
  614.           ParentFont = False
  615.           TabOrder = 2
  616.         end
  617.         object AddObjDraw: TCheckBox
  618.           Left = 168
  619.           Top = 66
  620.           Width = 113
  621.           Height = 17
  622.           Caption = 'Additional objects'
  623.           Font.Color = clBlack
  624.           Font.Height = -11
  625.           Font.Name = 'MS Sans Serif'
  626.           Font.Style = []
  627.           ParentFont = False
  628.           TabOrder = 6
  629.         end
  630.         object ClinesDraw: TCheckBox
  631.           Left = 13
  632.           Top = 36
  633.           Width = 124
  634.           Height = 17
  635.           Caption = 'Constellation lines'
  636.           Font.Color = clBlack
  637.           Font.Height = -11
  638.           Font.Name = 'MS Sans Serif'
  639.           Font.Style = []
  640.           ParentFont = False
  641.           TabOrder = 1
  642.         end
  643.         object DeepSkyDraw: TCheckBox
  644.           Left = 168
  645.           Top = 38
  646.           Width = 121
  647.           Height = 17
  648.           Caption = 'Galaxies, nebulae,'
  649.           Font.Color = clBlack
  650.           Font.Height = -11
  651.           Font.Name = 'MS Sans Serif'
  652.           Font.Style = []
  653.           ParentFont = False
  654.           TabOrder = 5
  655.         end
  656.         object SolarObjDraw: TCheckBox
  657.           Left = 168
  658.           Top = 16
  659.           Width = 121
  660.           Height = 17
  661.           Caption = 'Solar system objects'
  662.           Font.Color = clBlack
  663.           Font.Height = -11
  664.           Font.Name = 'MS Sans Serif'
  665.           Font.Style = []
  666.           ParentFont = False
  667.           TabOrder = 4
  668.         end
  669.       end
  670.     end
  671.     object Other: TTabSheet
  672.       Caption = 'Other'
  673.       object ChangeColorCB: TCheckBox
  674.         Left = 44
  675.         Top = 104
  676.         Width = 257
  677.         Height = 17
  678.         Caption = 'Change background color during sunset/sunrise'
  679.         TabOrder = 2
  680.       end
  681.       object GroupBox5: TGroupBox
  682.         Left = 5
  683.         Top = 16
  684.         Width = 169
  685.         Height = 65
  686.         Caption = ' Sky projection: '
  687.         Font.Color = clBlack
  688.         Font.Height = -11
  689.         Font.Name = 'MS Sans Serif'
  690.         Font.Style = [fsBold]
  691.         ParentFont = False
  692.         TabOrder = 0
  693.         object PlanProjection: TRadioButton
  694.           Left = 11
  695.           Top = 16
  696.           Width = 73
  697.           Height = 17
  698.           Caption = '"Flat"'
  699.           Font.Color = clBlack
  700.           Font.Height = -11
  701.           Font.Name = 'MS Sans Serif'
  702.           Font.Style = []
  703.           ParentFont = False
  704.           TabOrder = 0
  705.         end
  706.         object ConicalProjection: TRadioButton
  707.           Left = 11
  708.           Top = 32
  709.           Width = 81
  710.           Height = 17
  711.           Caption = '"Conic"'
  712.           Checked = True
  713.           Font.Color = clBlack
  714.           Font.Height = -11
  715.           Font.Name = 'MS Sans Serif'
  716.           Font.Style = []
  717.           ParentFont = False
  718.           TabOrder = 1
  719.           TabStop = True
  720.         end
  721.       end
  722.       object GroupBox6: TGroupBox
  723.         Left = 178
  724.         Top = 16
  725.         Width = 169
  726.         Height = 65
  727.         Caption = ' Labels of bright stars: '
  728.         Font.Color = clBlack
  729.         Font.Height = -11
  730.         Font.Name = 'MS Sans Serif'
  731.         Font.Style = [fsBold]
  732.         ParentFont = False
  733.         TabOrder = 1
  734.         object Label1: TLabel
  735.           Left = 29
  736.           Top = 48
  737.           Width = 46
  738.           Height = 13
  739.           Caption = 'HR labels'
  740.           Font.Color = clBlack
  741.           Font.Height = -11
  742.           Font.Name = 'MS Sans Serif'
  743.           Font.Style = []
  744.           ParentFont = False
  745.         end
  746.         object PropStarNames: TRadioButton
  747.           Left = 11
  748.           Top = 16
  749.           Width = 129
  750.           Height = 17
  751.           Caption = 'Proper names'
  752.           Font.Color = clBlack
  753.           Font.Height = -11
  754.           Font.Name = 'MS Sans Serif'
  755.           Font.Style = []
  756.           ParentFont = False
  757.           TabOrder = 0
  758.         end
  759.         object NormStarNames: TRadioButton
  760.           Left = 11
  761.           Top = 32
  762.           Width = 137
  763.           Height = 17
  764.           Caption = 'Bayer, Flamsteed,'
  765.           Checked = True
  766.           Font.Color = clBlack
  767.           Font.Height = -11
  768.           Font.Name = 'MS Sans Serif'
  769.           Font.Style = []
  770.           ParentFont = False
  771.           TabOrder = 1
  772.           TabStop = True
  773.         end
  774.       end
  775.     end
  776.   end
  777. end
  778.